projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4dfff41
)
(syms_of_keyboard) <double-click-fuzz>: Fix a typo in a doc string.
author
Eli Zaretskii
<eliz@gnu.org>
Fri, 10 Aug 2001 09:14:17 +0000
(09:14 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Fri, 10 Aug 2001 09:14:17 +0000
(09:14 +0000)
src/keyboard.c
patch
|
blob
|
history
diff --git
a/src/keyboard.c
b/src/keyboard.c
index 8043d71c16831bdc2fdc70b88304dd5404114eb8..544576123707bb716530b5d52cc32bb74cf2dbea 100644
(file)
--- a/
src/keyboard.c
+++ b/
src/keyboard.c
@@
-10541,7
+10541,7
@@
by position only.");
DEFVAR_INT ("double-click-fuzz", &double_click_fuzz,
"*Maximum mouse movement between clicks to make a double-click.\n\
-Value is the number of pixels the mouse may ha moved horizontally or\n\
+Value is the number of pixels the mouse may ha
ve
moved horizontally or\n\
vertically between two clicks to make a double-click.");
double_click_fuzz = 3;